home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14101.DXR / 00516.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  97 b   |  8 lines

  1. on exitFrame
  2.   global cnt
  3.   set cnt to cnt + 1
  4.   if cnt < 45 then
  5.     go(the frame)
  6.   end if
  7. end
  8.